feat(tracking): cairo native #487
Labels
feature
Request for new feature or enhancement
performance
Performance improvements or optimizations
research
Research and exploration required before implementation
Milestone
Cairo Native
Integration of Cairo Native.
Description
Context and Motivation
Cairo Native offers AOT compilation that could significantly improve execution performance. This PR aims to discuss and design the best approach for this integration.
Key Points to Address
1. Compilation Strategy
a) Compilation Pipeline
We need a robust and isolated compilation process. Discussion points:
2. Execution Strategy
a) Contract Selection Criteria
We need to define clear criteria for when to use native execution vs interpreted execution:
b) Fallback Mechanism
Need to design a robust fallback system:
3. Isolation and Security
a) Compilation Security
Discussion needed on isolation approach:
b) Execution Security
Need to define security parameters for native execution:
Let's discuss these points and align on the best approach forward. Your input on any of these aspects would be valuable for shaping the final implementation.
The text was updated successfully, but these errors were encountered: