Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Conversation

@Maoni0
Copy link
Member

@Maoni0 Maoni0 commented Feb 23, 2018

To keep in sync with Desktop, this enables using CLR implemented write watch on AMD64 on Windows in addition to Linux. Manually managed card bundle will still be using the OS implemented write watch on Windows.

@sywhang @jkotas

add_definitions(-DFEATURE_UNIX_AMD64_STRUCT_PASSING)
endif (CLR_CMAKE_PLATFORM_UNIX_AMD64)
add_definitions(-DFEATURE_USE_ASM_GC_WRITE_BARRIERS)
if(CLR_CMAKE_PLATFORM_ARCH_AMD64 OR (CLR_CMAKE_PLATFORM_ARCH_ARM64 AND NOT WIN32))
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we have a bug to enable this for Windows ARM64 as well?

cc @adityamandaleeka

@Maoni0 Maoni0 added the area-GC label Feb 23, 2018
@Maoni0
Copy link
Member Author

Maoni0 commented Feb 23, 2018

@dotnet-bot test Tizen armel Cross Checked Innerloop Build and Test

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants