Skip to content

Commit c70613c

Browse files
committed
Reduce Math object binary size.
Although many Math built-in functions have a similar structure these code paths were implemented as separate C functions. After this patch only one common dispatcher remains which shares the common code paths of different built-in functions. This reduces the binary size by 1 Kbyte. JerryScript-DCO-1.0-Signed-off-by: Zoltan Herczeg [email protected]
1 parent 1e99be9 commit c70613c

File tree

2 files changed

+254
-527
lines changed

2 files changed

+254
-527
lines changed

0 commit comments

Comments
 (0)