Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

POSIX threads and byte-code threads #2745

Closed
vicuna opened this issue Apr 15, 2001 · 1 comment
Closed

POSIX threads and byte-code threads #2745

vicuna opened this issue Apr 15, 2001 · 1 comment

Comments

@vicuna
Copy link

vicuna commented Apr 15, 2001

Original bug ID: 337
Reporter: administrator
Status: closed
Resolution: fixed
Priority: normal
Severity: feature
Category: ~DO NOT USE (was: OCaml general)

Bug description

Full_Name: Fabrice Le Fessant
Version: all
OS: all
Submission from: lavoisier.noos.net (212.198.0.90)

I would like to compile ocaml thread library using POSIX threads for native
code
and green threads for byte code (to reduce system load). How can I do that ?
Better: I would like to have two versions of the bytecode threads library, one
with POSIX threads and the other with green threads.. can I ?

@vicuna
Copy link
Author

vicuna commented Apr 18, 2004

Comment author: administrator

Solution implemented in 3.07: install both native and bytecode thread
libraries in different subdirs of OCaml std lib, and give compiler options to
select between them.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant