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

Implement preprocess of Bytecode generation #129

Merged
merged 4 commits into from
Aug 8, 2023
Merged

Commits on Aug 8, 2023

  1. Update cmake files

    * Implement using CMAKE_SYSTEM_PROCESSOR, CMAKE_SYSTEM_NAME, CMAKE_BUILD_TYPE
    
    Signed-off-by: Seonghyun Kim <[email protected]>
    ksh8281 committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    1195e0a View commit details
    Browse the repository at this point in the history
  2. Implement preprocessing of ByteCodeGeneration for tracking local vari…

    …able usage
    
    * Optimize local.get opcode if can
    
    Signed-off-by: Seonghyun Kim <[email protected]>
    ksh8281 committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    6a1ff11 View commit details
    Browse the repository at this point in the history
  3. Omit local.set expression if possible

    Many expr result position could be local variable position
    
    Signed-off-by: Seonghyun Kim <[email protected]>
    ksh8281 committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    100b5d4 View commit details
    Browse the repository at this point in the history
  4. Support google-perf & dump stack map

    Signed-off-by: Seonghyun Kim <[email protected]>
    ksh8281 committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    f60bb68 View commit details
    Browse the repository at this point in the history