Replies: 1 comment
-
| I think, as a baseline, we'll need to assume at least some toolchains will want to do the automatic thing - so that push-button compilation of C applications using POSIX threads can be supported (my understanding is the Empscripten already provides this using the threads MVP). This probably means the toolchain either marking everything as shared or doing a transitive calculation (with reference to #4 for the problem of host interaction). | 
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
-
As noted here, toolchains may have trouble identifying which parts of compiled objects should be marked
sharedand which not.sharedeverywhere once parallelism is suspected — but perhaps not. How should toolchains go about this?shared. What should this look like?Beta Was this translation helpful? Give feedback.
All reactions