summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorCarol Eidt <carol.eidt@microsoft.com>2017-05-04 15:07:37 -0700
committerGitHub <noreply@github.com>2017-05-04 15:07:37 -0700
commitc45a32f9fe9fbbde5e33acab90785a36ffdacfd4 (patch)
tree29a9c0baaa1088f9a5286e701321cc21587899c7 /Documentation
parent07efb266175e96ebf1c455d2524b410f26b7385e (diff)
downloadcoreclr-c45a32f9fe9fbbde5e33acab90785a36ffdacfd4.tar.gz
coreclr-c45a32f9fe9fbbde5e33acab90785a36ffdacfd4.tar.bz2
coreclr-c45a32f9fe9fbbde5e33acab90785a36ffdacfd4.zip
Update first-class-structs.md
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/design-docs/first-class-structs.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/design-docs/first-class-structs.md b/Documentation/design-docs/first-class-structs.md
index fd6a3762c4..ccf355ec43 100644
--- a/Documentation/design-docs/first-class-structs.md
+++ b/Documentation/design-docs/first-class-structs.md
@@ -21,7 +21,7 @@ Struct-Related Issues in RyuJIT
The following issues illustrate some of the motivation for improving the handling of value types
(structs) in RyuJIT:
-* VSO Bug 98404: .NET JIT x86 - poor code generated for value type initialization
+* [\#11407 [RyuJIT] Fully enregister structs that fit into a single register when profitable] VSO Bug 98404: .NET JIT x86 - poor code generated for value type initialization
* This is a simple test case that should generate simply `xor eax; ret` on x86 and x64, but
instead generates many unnecessary copies. It is addressed by full enregistration of
structs that fit into a register: