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 #17

Closed
wants to merge 321 commits into from
Closed

Pr #17

wants to merge 321 commits into from

Conversation

clover2123
Copy link
Owner

No description provided.

clover2123 and others added 30 commits October 31, 2023 15:55
* global could be linked across modules, so we need to store the reference of Global structures

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]>
* 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: Seonghyun Kim <[email protected]>
* running time quick sort case change 0.3s to 0.18s

Signed-off-by: Seonghyun Kim <[email protected]>
Peter Pronai and others added 29 commits November 14, 2023 09:11
This is the first double precision SIMD benchmark.
Newly covered SIMD instructions:
f64x2.add
f64x2.mul
v128.load64_splat
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.
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]>
Also add a regression test.

Co-authored-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: HyukWoo Park <[email protected]>
@clover2123 clover2123 closed this Jan 21, 2024
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.

5 participants