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 #17
Closed
Closed
Pr #17
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: HyukWoo Park <[email protected]>
* global could be linked across modules, so we need to store the reference of Global structures Signed-off-by: HyukWoo Park <[email protected]>
Signed-off-by: HyukWoo Park <[email protected]>
* validity checker already examines select expressions Signed-off-by: HyukWoo Park <[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: Seonghyun Kim <[email protected]>
* Use ImportedValue instead of plain value due to know type of pointer * assertUnlinkable is enabled 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: Seonghyun Kim <[email protected]>
Signed-off-by: Seonghyun Kim <[email protected]>
Signed-off-by: Seonghyun Kim <[email protected]>
Signed-off-by: Seonghyun Kim <[email protected]>
…t a reference variable Signed-off-by: Seonghyun Kim <[email protected]>
…al in interpreter Signed-off-by: Seonghyun Kim <[email protected]>
Signed-off-by: Seonghyun Kim <[email protected]>
* running time quick sort case change 0.3s to 0.18s Signed-off-by: Seonghyun Kim <[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]>
Signed-off-by: Seonghyun Kim <[email protected]>
Signed-off-by: Seonghyun Kim <[email protected]>
This is the first double precision SIMD benchmark. Newly covered SIMD instructions: f64x2.add f64x2.mul v128.load64_splat
Signed-off-by: Zoltan Herczeg [email protected]
Also adds a regression test. Co-authored-by: Zoltan Herczeg <[email protected]>
Signed-off-by: Zoltan Herczeg [email protected]
Windows x64 JIT is disabled for now. Also reports if JIT is enabled when running tests.
Moreover, these tests have been refactored.
Signed-off-by: HyukWoo Park <[email protected]>
Signed-off-by: Zoltan Herczeg [email protected]
Fixes cross-compilation for ARM64, now you only have to set CC and CXX, CMake will take care of the rest.
Also add check for SIMD and fail if it's not supported, instead of producing incorrect results.
Change runExports so that wasi imports can be used. Improve fd_write so that emscipten compiled programs can be used. Also add example programs. Also update build file to fix bug and to not use incorrect flags on windows. Signed-off-by: Adam Laszlo Kulcsar <[email protected]>
Signed-off-by: Zoltan Herczeg [email protected]
Signed-off-by: Zoltan Herczeg [email protected]
Signed-off-by: Zoltan Herczeg [email protected]
Also add a regression test. Co-authored-by: Zoltan Herczeg <[email protected]>
Signed-off-by: Zoltan Herczeg [email protected]
Improves memory consumption. Signed-off-by: Zoltan Herczeg [email protected]
- "--verbose" flag is added. If it's set, it works similarly to the older version. - if "--verbose" flag is not set, it works more _user friendly_. Only essential informations are printed on the screen, and progress bar shows the current status. - Result saving is upgraded. Now, test results can be saved as CSV.
Signed-off-by: Zoltan Herczeg [email protected]
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.