-
Notifications
You must be signed in to change notification settings - Fork 92
Add dedicated hostcall for inner PVM module compilation #530
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from 7 commits
53dba92
4f1fb65
9f2f0a8
6039da6
defd4f8
c1a437f
f2b938b
96536fe
85740e6
7f2b306
239e93f
1ffc31e
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -306,8 +306,7 @@ | |
| \newcommand*{\CgasHconst}{\mathsf{M}_{H,c}} | ||
| \newcommand*{\CgasHlinear}{\mathsf{M}_{H,\ell}} | ||
| \newcommand*{\CgasE}{\mathsf{M}_E} | ||
| \newcommand*{\CgasMconst}{\mathsf{M}_{M,c}} | ||
| \newcommand*{\CgasMlinear}{\mathsf{M}_{M,\ell}} | ||
| \newcommand*{\CgasM}{\mathsf{M}_{M}} | ||
| \newcommand*{\CgasPconst}{\mathsf{M}_{P,c}} | ||
| \newcommand*{\CgasPlinear}{\mathsf{M}_{P,\ell}} | ||
| \newcommand*{\CgasOconst}{\mathsf{M}_{O,c}} | ||
|
|
@@ -337,6 +336,10 @@ | |
| \newcommand*{\CgasTaurus}{\mathsf{M}_{\Taurus}} | ||
| \newcommand*{\CgasAriesconst}{\mathsf{M}_{\Aries,c}} | ||
| \newcommand*{\CgasArieslinear}{\mathsf{M}_{\Aries,\ell}} | ||
| \newcommand*{\CgasGammamem}{\mathsf{M}_{\Gamma,\mathrm{m}}} | ||
| \newcommand*{\CgasGammadb}{\mathsf{M}_{\Gamma,\mathrm{d}}} | ||
| \newcommand*{\CgasGammamemlinear}{\mathsf{M}_{\Gamma,\mathrm{m},\ell}} | ||
| \newcommand*{\CgasGammadblinear}{\mathsf{M}_{\Gamma,\mathrm{d},\ell}} | ||
|
|
||
| % String | ||
| \newcommand*{\Xavailable}{\mathsf{X}_A} | ||
|
|
@@ -450,11 +453,11 @@ | |
|
|
||
| %%%%%%%%%%%% | ||
| % Named types (blackboard) | ||
| \newcommand*{\innerpvm}{\mathbb{I}} | ||
| \newcommand*{\pg¬code}{\pvm¬blob} | ||
| \newcommand*{\pg¬ram}{\mathbf{u}} | ||
| \newcommand*{\pg¬pc}{i} | ||
| \newcommand*{\pg¬gaschargedflag}{\tilde{g}} | ||
| \newcommand*{\pg¬handle}{h} | ||
|
|
||
| \newcommand*{\implications}{\mathbb{L}} | ||
| \newcommand*{\imX}{\mathbf{x}} | ||
|
|
@@ -838,6 +841,9 @@ | |
| %%%%%%%%%%%% | ||
| % PVM-SPECIFIC ITEMS | ||
|
|
||
| \newcommand*{\pvm¬instance}{\mathbb{I}} | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Collaborator
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Hm, well,
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I guess as
Collaborator
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Heh, okay, well, in general I'm fine with whatever you prefer. (: |
||
| \newcommand*{\pvm¬module}{\blob} | ||
| \newcommand*{\pvm¬module¬map}{\mathbf{c}} | ||
| \newcommand*{\jam¬blob}{\mathfrak{j}} | ||
| \newcommand*{\pvm¬blob}{\mathfrak{p}} | ||
| \newcommand*{\gascounter}{\varrho} | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.