Talk:Execution model
![]() | Computing: CompSci Start‑class | |||||||||||||||||||
|
Thank you for creating this talk page. My name is Sean Halle, I have been curating the Execution Model page. My background is a PhD in Computer Science focused on Execution models for performance-portable parallel languages.
I look forward to discussion on the page. — Preceding unsigned comment added by Seanhalle (talk • contribs) 09:23, 28 March 2018 (UTC)
Execution model of instruction sets/u-archs
This article currently deals with (high-level) programming language execution models. But assembly languages (and machine code, the two being transformations) also have execution models. One might assume they're trivially serial and sequential, but microarchitectures have evolved to feature superscalar and out-of-order execution capabilities. I'm not clear on whether this changes the execution model(s) of assembly language(s), or whether it is more about a stack of execution models (potentially going all the way down to micro-operations.) 104.228.101.152 (talk) 17:24, 17 October 2020 (UTC)