Stream: git-cranelift

Topic: cranelift / PR #1351 Add initial Cranelift interpreter fu...


view this post on Zulip GitHub (Jan 15 2020 at 17:50):

abrown opened PR #1351 from upstream-interpreter to master:

view this post on Zulip GitHub (Jan 15 2020 at 17:50):

abrown requested bnjbvr for a review on PR #1351.

view this post on Zulip GitHub (Jan 15 2020 at 17:50):

abrown requested bnjbvr, and julian-seward1 for a review on PR #1351.

view this post on Zulip GitHub (Jan 15 2020 at 17:50):

abrown requested bnjbvr, sunfishcode, and julian-seward1 for a review on PR #1351.

view this post on Zulip GitHub (Jan 15 2020 at 17:51):

abrown edited PR #1351 from upstream-interpreter to master:

view this post on Zulip GitHub (Jan 15 2020 at 18:03):

bjorn3 submitted PR Review.

view this post on Zulip GitHub (Jan 15 2020 at 18:03):

bjorn3 created PR Review Comment:

What does TCO mean in this context?

view this post on Zulip GitHub (Jan 15 2020 at 18:03):

bjorn3 submitted PR Review.

view this post on Zulip GitHub (Jan 15 2020 at 18:03):

bjorn3 created PR Review Comment:

This README should be changed to describe the interpreter instead of the module system.

view this post on Zulip GitHub (Jan 15 2020 at 18:03):

bjorn3 created PR Review Comment:

What is the purpose of this?

view this post on Zulip GitHub (Jan 15 2020 at 18:03):

bjorn3 created PR Review Comment:

I think this should be u64 instead. In any case it is important to not forget correct zero/sign extension.

view this post on Zulip GitHub (Jan 15 2020 at 18:03):

bjorn3 created PR Review Comment:

I am afraid this won't be removed when it isn't WIP anymore.

view this post on Zulip GitHub (Jan 15 2020 at 18:04):

abrown submitted PR Review.

view this post on Zulip GitHub (Jan 15 2020 at 18:04):

abrown created PR Review Comment:

tail-call optimization

view this post on Zulip GitHub (Jan 15 2020 at 18:05):

abrown submitted PR Review.

view this post on Zulip GitHub (Jan 15 2020 at 18:05):

abrown created PR Review Comment:

IDE hint; will remove

view this post on Zulip GitHub (Jan 15 2020 at 18:10):

abrown updated PR #1351 from upstream-interpreter to master:

view this post on Zulip GitHub (Jan 15 2020 at 18:11):

abrown submitted PR Review.

view this post on Zulip GitHub (Jan 15 2020 at 18:11):

abrown created PR Review Comment:

You're probably right; let me think some more about this.

view this post on Zulip GitHub (Jan 22 2020 at 04:16):

abrown updated PR #1351 from upstream-interpreter to master:

view this post on Zulip GitHub (Jan 22 2020 at 17:47):

abrown created PR Review Comment:

Is this better as a FuncRef? I used &'a Function here because it was convenient but it may be more consistent and (possibly?) efficient to use a 4-byte FuncRef here instead. (I probably need to look again at how efficient it is to use FuncRef to index into an Environment).

view this post on Zulip GitHub (Jan 22 2020 at 17:47):

abrown submitted PR Review.

view this post on Zulip GitHub (Mar 04 2020 at 14:41):

bnjbvr closed without merge PR #1351.


Last updated: Oct 23 2024 at 20:03 UTC