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

John R Levine <johnl@taugh.com>
Mon, 03 Mar 2025 14:01:16 -0500

          From comp.compilers

Related articles
Paper: An Attempt to Catch Up with JIT Compilers: The False Lead of Optimizing Inline Caches johnl@taugh.com (John R Levine) (2025-03-03)
| List of all articles for this month |
From: John R Levine <johnl@taugh.com>
Newsgroups: comp.compilers
Date: Mon, 03 Mar 2025 14:01:16 -0500
Organization: Compilers Central
Injection-Info: gal.iecc.com; posting-host="news.iecc.com:2001:470:1f07:1126:0:676f:7373:6970"; logging-data="48696"; mail-complaints-to="abuse@iecc.com"
Keywords: optimize, paper
Posted-Date: 03 Mar 2025 14:01:54 EST

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


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.