Skip to content

QAsm shell: memory trashing#71

Open
ksherlock wants to merge 1 commit intomarketideas:masterfrom
ksherlock:qasm-shell-ds
Open

QAsm shell: memory trashing#71
ksherlock wants to merge 1 commit intomarketideas:masterfrom
ksherlock:qasm-shell-ds

Conversation

@ksherlock
Copy link
Collaborator

qasm.s puts some variables in a DUM section at then end of the file (and gives them space with a DS in the linker). Unfortunately, this causes it to trash code in qasm1.s.

So it would really need to be positioned at the end of qasm2.s. but disk space is cheap enough nowadays I think we can skip being overly clever.

…sm.s (and giving them space with a DS in the linker) causes it to trash code in qasm1.s.

So it would really need to be positioned at the end of qasm2.s.  but disk space is cheap enough I think we can skip being overly clever.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant