Design Doc: LeapTiering (i.e., a shared code pointer for all related JsFunctions)
27 views
Skip to first unread message
Olivier Flückiger
unread,
Jul 25, 2023, 9:34:33 AM7/25/23
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to v8-dev...@googlegroups.com
Hi all,
this discussion already made the rounds in some places but here comes a more fleshed out proposal finally. Roughly, the plan is to move the code pointer from JSFunctions to feedback cells, to be able to have all function objects of the same source function always point to the same, most up-to-date code object.