Stream: git-cranelift

Topic: cranelift / PR #1299 Generalize "global values" to "templ...


view this post on Zulip GitHub (Dec 18 2019 at 21:31):

sunfishcode opened PR #1299 from templates to master:

Rename "global values" to "templates", to better describe their role as
expressions which can be provided by frontends and expanded by the code
generator as needed. And, start to generalize them, by introducing
Call and IfElse templates.

This is a step towards generalizing templates into a form that can be
independent of Cranelift, and allow embedding environments to provide a
single description of their data structures which is independent of any
specific JIT. And, it's a step toward being able to use templates to
describe GC barrier instruction sequences.

This also helps avoid some confusion between Cranelift IR global values,
wasm global variables, global variable data objects, and "global"
variables in regalloc.

view this post on Zulip GitHub (Dec 18 2019 at 21:31):

sunfishcode requested fitzgen, and bnjbvr for a review on PR #1299.

view this post on Zulip GitHub (Dec 18 2019 at 21:31):

sunfishcode requested fitzgen, and bnjbvr for a review on PR #1299.

view this post on Zulip GitHub (Dec 18 2019 at 21:52):

sunfishcode updated PR #1299 from templates to master:

Rename "global values" to "templates", to better describe their role as
expressions which can be provided by frontends and expanded by the code
generator as needed. And, start to generalize them, by introducing
Call and IfElse templates.

This is a step towards generalizing templates into a form that can be
independent of Cranelift, and allow embedding environments to provide a
single description of their data structures which is independent of any
specific JIT. And, it's a step toward being able to use templates to
describe GC barrier instruction sequences.

This also helps avoid some confusion between Cranelift IR global values,
wasm global variables, global variable data objects, and "global"
variables in regalloc.

view this post on Zulip GitHub (Dec 18 2019 at 22:04):

sunfishcode edited PR #1299 from templates to master:

Rename "global values" to "templates", to better describe their role as
expressions which can be provided by frontends and expanded by the code
generator as needed. And, start to generalize them, by introducing
Call and IfElse templates.

This is a step towards generalizing templates into a form that can be
independent of Cranelift, and allow embedding environments to provide a
single description of their data structures which is independent of any
specific JIT. And, it's a step toward being able to use templates to
describe GC barrier instruction sequences.

This also helps avoid some confusion between Cranelift IR global values,
wasm global variables, global variable data objects, and "global"
variables in regalloc.

[Edited - added the bug that discusses this]

view this post on Zulip GitHub (Dec 19 2019 at 08:49):

bnjbvr submitted PR Review.

view this post on Zulip GitHub (Mar 10 2020 at 05:37):

sunfishcode closed without merge PR #1299.


Last updated: Oct 23 2024 at 20:03 UTC