- Notifications
You must be signed in to change notification settings - Fork396
Commitc8c8050
committed
Mark
Its implementation is shorter than many of the methods we alreadyinline, like additions and multiplications. We do pay a littlecode size cost for this change.This will be particularly useful for the following commit, whichwill rely on folding to happen within `toDouble`, once inlined atcall site.RuntimeLong.toDouble
as fully inline.1 parent5fe402b commitc8c8050
File tree
2 files changed
+7
-8
lines changed- linker-private-library/src/main/scala/org/scalajs/linker/runtime
- project
2 files changed
+7
-8
lines changedLines changed: 3 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
695 | 695 |
| |
696 | 696 |
| |
697 | 697 |
| |
698 |
| - | |
699 |
| - | |
700 |
| - | |
701 |
| - | |
| 698 | + | |
| 699 | + | |
| 700 | + | |
702 | 701 |
| |
703 | 702 |
| |
704 | 703 |
| |
|
Lines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2060 | 2060 |
| |
2061 | 2061 |
| |
2062 | 2062 |
| |
2063 |
| - | |
2064 |
| - | |
2065 |
| - | |
| 2063 | + | |
| 2064 | + | |
| 2065 | + | |
2066 | 2066 |
| |
2067 | 2067 |
| |
2068 | 2068 |
| |
2069 | 2069 |
| |
2070 | 2070 |
| |
2071 | 2071 |
| |
2072 | 2072 |
| |
2073 |
| - | |
| 2073 | + | |
2074 | 2074 |
| |
2075 | 2075 |
| |
2076 | 2076 |
| |
|
0 commit comments
Comments
(0)