Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.compilers > #3636 > unrolled thread

Paper: An Attempt to Catch Up with JIT Compilers: The False Lead of Optimizing Inline Caches

Started byJohn R Levine <johnl@taugh.com>
First post2025-03-03 14:01 -0500
Last post2025-03-03 14:01 -0500
Articles 1 — 1 participant

Back to article view | Back to comp.compilers


Contents

  Paper: An Attempt to Catch Up with JIT Compilers: The False Lead of Optimizing Inline Caches John R Levine <johnl@taugh.com> - 2025-03-03 14:01 -0500

#3636 — Paper: An Attempt to Catch Up with JIT Compilers: The False Lead of Optimizing Inline Caches

FromJohn R Levine <johnl@taugh.com>
Date2025-03-03 14:01 -0500
SubjectPaper: An Attempt to Catch Up with JIT Compilers: The False Lead of Optimizing Inline Caches
Message-ID<25-03-001@comp.compilers>
Some researchers in France obseved that statically compiling Javascript to
C to machine code produces slower code than JIT.  So they tried dynamic
binary modification of the C object code to speed it up.  To their
surprise, it didn't help.

https://arxiv.org/abs/2502.20547

Regards,
John Levine, johnl@taugh.com, Taughannock Networks, Trumansburg NY
Please consider the environment before reading this e-mail. https://jl.ly

[toc] | [standalone]


Back to top | Article view | comp.compilers


csiph-web