Skip to content
This repository has been archived by the owner on Jul 1, 2021. It is now read-only.

Implement support for ABI forwarding #90

Open
1 task
eschkufz opened this issue Mar 15, 2019 · 0 comments
Open
1 task

Implement support for ABI forwarding #90

eschkufz opened this issue Mar 15, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@eschkufz
Copy link
Contributor

eschkufz commented Mar 15, 2019

Overview

ABI forwarding --- the optimization described in the asplos 19 paper which allows us to enter open-loop mode for programs which use standard library peripherals --- was only ever implemented in a proof of concept branch. As this is a key performance obstacle, we need to implement formal support for this feature.

An upcoming refactoring for file i/o tasks (which combined with existing support for arrays) will eliminate this issue for memories and fifos (which we'll be removing from the standard library).

Deliverables

  • Formalize the implementation of ABI-forwarding
@eschkufz eschkufz added the enhancement New feature or request label Mar 15, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant