SPARC Solaris Support

Jacob Carlborg doob at me.com
Thu Apr 10 12:11:57 PDT 2014


On 2014-04-10 19:31, "Nordlöw" wrote:

> Could someone just brielfy explain (sum up) to me what parts of druntime
> that is architecture/os specific? I already know about exception
> handling. What more?

I did a quick grep for "linux" and "Posix" and this is what I came up with:

* Quite a lot of bindings to C Posix functions/types
* Threading
* Synchronization
* TLS
* The GC has some minor parts
* dmain2.d, the code that boots a D application
* Some math related code (cmath2.d)
* alloca
* Time

-- 
/Jacob Carlborg


More information about the digitalmars-d-ldc mailing list