Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pr #19

Closed
wants to merge 352 commits into from
Closed

Pr #19

wants to merge 352 commits into from

Conversation

clover2123
Copy link
Owner

No description provided.

ksh8281 and others added 30 commits October 31, 2023 15:55
Signed-off-by: HyukWoo Park <[email protected]>
* Not every 2 or more reference of local variable needs copy to stack
* Fix computing RefCount bug

Signed-off-by: Seonghyun Kim <[email protected]>
Signed-off-by: HyukWoo Park <[email protected]>
clover2123 and others added 25 commits February 20, 2024 17:18
Signed-off-by: HyukWoo Park <[email protected]>
In some JIT functions, some registers that are used temporary, have
been changed to the (inner) temporary registers used by SLJIT. It's
useful for further register allocation optimalisation.
The new description is more fine grained. A simple
register allocation is added to test the descriptors.

Signed-off-by: Zoltan Herczeg [email protected]
Signed-off-by: Zoltan Herczeg [email protected]
From now, memory handling function are included in Huffman test.

Signed-off-by: Görög Péter Sándor [email protected]
An I32.eqz instruction followed by a JumpIf instruction whose
input is the output of the EqualZero, can be unified.
(i32.eqz + jumpIfTrue == jumpIfFalse)
(i32.eqz + jumpIfFalse == jumpIfTrue)

A test has been added to ensure that the unification is correct.

A getter function has been made const.
The dump function of End bytecode has been improved.

Signed-off-by: Görög Péter Sándor [email protected]
Signed-off-by: HyukWoo Park <[email protected]>
- unify names (e.g. "engine" insted of "e")
- unify naming convention (snake_case everywhere)
- unify string markers (double quotation mark everywhere)
- fstring (instead of string concatenation)
- remove default values (they were unused)
- raise error insted of terminating

Moreover, 2 typos have been fixed in FloatConvInl.h.

Signed-off-by: Görög Péter Sándor [email protected]
Compute full data dependency to get the live range of variables.

Signed-off-by: Zoltan Herczeg [email protected]
Signed-off-by: HyukWoo Park <[email protected]>
Create JITDump file for analyzing Walrus with Linux Perf tool
@clover2123 clover2123 force-pushed the pr branch 2 times, most recently from 19bd9e6 to a24070e Compare June 4, 2024 07:49
* update to use v0.0.21 uvwasi instead of dangling commit
* revise cmake build for WASI

Signed-off-by: HyukWoo Park <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants