forked from Samsung/walrus
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Closed
Pr #19
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Seonghyun Kim <[email protected]>
Signed-off-by: Seonghyun Kim <[email protected]>
Signed-off-by: Seonghyun Kim <[email protected]>
Signed-off-by: HyukWoo Park <[email protected]>
Signed-off-by: HyukWoo Park <[email protected]>
Signed-off-by: HyukWoo Park <[email protected]>
Signed-off-by: HyukWoo Park <[email protected]>
Signed-off-by: HyukWoo Park <[email protected]>
Signed-off-by: HyukWoo Park <[email protected]>
Signed-off-by: HyukWoo Park <[email protected]>
Signed-off-by: HyukWoo Park <[email protected]>
Signed-off-by: HyukWoo Park <[email protected]>
Signed-off-by: Seonghyun Kim <[email protected]>
Signed-off-by: Seonghyun Kim <[email protected]>
…n causes error Signed-off-by: Seonghyun Kim <[email protected]>
Signed-off-by: Seonghyun Kim <[email protected]>
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: Seonghyun Kim <[email protected]>
Signed-off-by: HyukWoo Park <[email protected]>
Signed-off-by: HyukWoo Park <[email protected]>
Signed-off-by: HyukWoo Park <[email protected]>
Signed-off-by: HyukWoo Park <[email protected]>
Signed-off-by: HyukWoo Park <[email protected]>
Signed-off-by: HyukWoo Park <[email protected]>
Signed-off-by: HyukWoo Park <[email protected]>
…rom GC Signed-off-by: HyukWoo Park <[email protected]>
Signed-off-by: HyukWoo Park <[email protected]>
Signed-off-by: HyukWoo Park <[email protected]>
Signed-off-by: HyukWoo Park <[email protected]>
Signed-off-by: HyukWoo Park <[email protected]>
Signed-off-by: HyukWoo Park <[email protected]>
Signed-off-by: HyukWoo Park <[email protected]>
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: Zoltan Herczeg [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]
Signed-off-by: Zoltan Herczeg [email protected]
Signed-off-by: HyukWoo Park <[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
Signed-off-by: Zoltan Herczeg [email protected]
Signed-off-by: Zoltan Herczeg [email protected]
Signed-off-by: HyukWoo Park <[email protected]>
Signed-off-by: Zoltan Herczeg [email protected]
Signed-off-by: Zoltan Herczeg [email protected]
Signed-off-by: Zoltan Herczeg [email protected]
clover2123
force-pushed
the
pr
branch
2 times, most recently
from
June 4, 2024 07:49
19bd9e6
to
a24070e
Compare
* 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.