Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC
Commits:
-
f2f5c6ba
by Nikita Efremov at 2026-06-02T16:04:54+00:00
1 changed file:
Changes:
| ... | ... | @@ -430,7 +430,7 @@ format. |
| 430 | 430 | In other cases, C functions are used for performance. For these cases, pure-Haskell
|
| 431 | 431 | implementations are the preferred first step for compatibility with the JavaScript
|
| 432 | 432 | backend since it would be more future-proof against changes to the RTS data format.
|
| 433 | -Depending on the use case, compiler-optimised JS code might be hard to complete with
|
|
| 433 | +Depending on the use case, compiler-optimised JS code might be hard to compete with
|
|
| 434 | 434 | using hand-written JavaScript. Generally, the most likely performance gains from
|
| 435 | 435 | hand-written JavaScript come from functions with data that stays as JavaScript
|
| 436 | 436 | primitive types for a long time, especially strings. For this, ``JSVal`` allows
|