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

Perform JS static allocations at compile time #7850

Merged
merged 32 commits into from
Jan 14, 2019
Merged

Commits on Jan 9, 2019

  1. very wip

    kripken committed Jan 9, 2019
    Configuration menu
    Copy the full SHA
    0bdd47b View commit details
    Browse the repository at this point in the history
  2. fix

    kripken committed Jan 9, 2019
    Configuration menu
    Copy the full SHA
    e5bbc52 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    afc4c16 View commit details
    Browse the repository at this point in the history
  4. fixes [ci skip]

    kripken committed Jan 9, 2019
    Configuration menu
    Copy the full SHA
    ae0bbb5 View commit details
    Browse the repository at this point in the history
  5. more [ci skip]

    kripken committed Jan 9, 2019
    Configuration menu
    Copy the full SHA
    2e75cd8 View commit details
    Browse the repository at this point in the history
  6. do dynamic top emitting earlier in the js, so dynamicAlloc works ever…

    …ywhere (fixes emterpreter, possibly others) [ci skip]
    kripken committed Jan 9, 2019
    Configuration menu
    Copy the full SHA
    4a62b1f View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2019

  1. new model [ci skip]

    kripken committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    35282e2 View commit details
    Browse the repository at this point in the history
  2. fix [ci skip]

    kripken committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    30f2ff0 View commit details
    Browse the repository at this point in the history
  3. test fix

    kripken committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    d6b4c00 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    387034f View commit details
    Browse the repository at this point in the history
  5. fix static strings [ci skip]

    kripken committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    b07a654 View commit details
    Browse the repository at this point in the history
  6. fixes [ci skip]

    kripken committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    1c57b5d View commit details
    Browse the repository at this point in the history
  7. fixes [ci skip]

    kripken committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    fdda39a View commit details
    Browse the repository at this point in the history
  8. Revert "fixes [ci skip]"

    This reverts commit fdda39a.
    kripken committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    de1ad42 View commit details
    Browse the repository at this point in the history
  9. Revert "Revert "fixes [ci skip]""

    This reverts commit de1ad42.
    kripken committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    8f7ce9c View commit details
    Browse the repository at this point in the history
  10. fix [ci skip]

    kripken committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    ecedef6 View commit details
    Browse the repository at this point in the history
  11. test fix [ci skip]

    kripken committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    0338565 View commit details
    Browse the repository at this point in the history
  12. remove fixmes

    kripken committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    6d62a03 View commit details
    Browse the repository at this point in the history
  13. proper allocation

    kripken committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    a470a71 View commit details
    Browse the repository at this point in the history
  14. work [ci skip]

    kripken committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    9d5c349 View commit details
    Browse the repository at this point in the history
  15. fix

    kripken committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    a07858f View commit details
    Browse the repository at this point in the history
  16. fix zlib compiler error

    kripken committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    214f936 View commit details
    Browse the repository at this point in the history
  17. fix logger

    kripken committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    afbac79 View commit details
    Browse the repository at this point in the history
  18. fix pthreads

    kripken committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    332849f View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    6d8a2c1 View commit details
    Browse the repository at this point in the history
  20. merge

    kripken committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    23ec68e View commit details
    Browse the repository at this point in the history
  21. cleanup

    kripken committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    dccd4f1 View commit details
    Browse the repository at this point in the history
  22. cleanup

    kripken committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    c6e3ea3 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2019

  1. feedback

    kripken committed Jan 11, 2019
    Configuration menu
    Copy the full SHA
    c8aed5d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    080820d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4b48ca9 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2019

  1. review feedback

    kripken committed Jan 14, 2019
    Configuration menu
    Copy the full SHA
    9e44fd6 View commit details
    Browse the repository at this point in the history