Skip to content
This repository has been archived by the owner on Oct 29, 2024. It is now read-only.

Upgrade Glimmer VM dependencies to v0.39.1 #170

Merged
merged 5 commits into from
Feb 7, 2019

Conversation

tomdale
Copy link
Contributor

@tomdale tomdale commented Feb 7, 2019

This PR integrates the latest version of the Glimmer VM packages (v0.39). This version is primarily focused on internal refactors that should improve reliability and set a stronger foundation for future feature development. The primary impact on Glimmer.js is adapting to some API changes in the VM embedding API.

For more information, see:

tomdale and others added 5 commits January 21, 2019 23:22
…ation

- glimmer-vm changed it's Heap address space to 32-bits. As a result test were failing
  assuming a specific Heap size for offsets.
- A balanced heap is `(heap.table.length / Size.ENTRY_SIZE) % 1 === 0`
- Corrected tests that had test heaps of an invalid properties.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants