Bug 95 - implement shadowing for use in precise exceptions, branch speculation, predication and WaW ordering
Summary: implement shadowing for use in precise exceptions, branch speculation, predic...
Status: PAYMENTPENDING FIXED
Alias: None
Product: Libre-SOC's first SoC
Classification: Unclassified
Component: Source Code (show other bugs)
Version: unspecified
Hardware: PC Linux
: --- enhancement
Assignee: Luke Kenneth Casson Leighton
URL:
Depends on:
Blocks: 81
  Show dependency treegraph
 
Reported: 2019-06-09 01:29 BST by Luke Kenneth Casson Leighton
Modified: 2020-12-06 14:06 GMT (History)
1 user (show)

See Also:
NLnet milestone: NLnet.2019.02.012
total budget (EUR) for completion of task and all subtasks: 1000
budget (EUR) for this task, excluding subtasks' budget: 1000
parent task for budget allocation: 81
child tasks for budget allocation:
The table of payments (in EUR) for this task; TOML format:
"lkcl"={amount=1000, paid=2019-06-16}


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Luke Kenneth Casson Leighton 2019-06-09 01:29:54 BST
shadowing holds up committing of modification of resources and is an
essential building-block for precise exceptions, branch speculation,
predication and WaW in-order instruction preservation.
Comment 1 Luke Kenneth Casson Leighton 2019-06-16 13:26:43 BST
branch speculation and WaW sorted, demonstrates shadowing
operational.