Skip to content

Commit 5be7bb2

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 f343684 commit 5be7bb2

File tree

2 files changed

+254
-527
lines changed

2 files changed

+254
-527
lines changed

0 commit comments

Comments
 (0)