Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
MikeHolman
on Dec 27, 2017
|
parent
|
context
|
favorite
| on:
Hardening C/C++ Programs – Executable-Space Protec...
I implemented an out-of-process JIT for Chakra (JavaScript), and we make heavy use of inline caches.
Why do you think inline caches would be an issue?
cwzwarich
on Dec 30, 2017
[–]
I was thinking of the latency of updating the caches. Presumedly you just batch the updates?
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
Why do you think inline caches would be an issue?