Project

General

Profile

« Previous | Next » 

Revision 9ca67c47

Added by Max Bernstein 5 months ago

Explicitly give function parameters types (https://github.com/Shopify/zjit/pull/52)

  • Explicitly give function parameters types

Entrypoint blocks have no predecessors, so they are not otherwise typed.
This means we have to explicitly mark them as being Object.

  • Refactor some tests