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

in manual, chapter11: ocamlopt produces bytecode #3429

Closed
vicuna opened this issue Jan 12, 2005 · 1 comment
Closed

in manual, chapter11: ocamlopt produces bytecode #3429

vicuna opened this issue Jan 12, 2005 · 1 comment
Labels

Comments

@vicuna
Copy link

vicuna commented Jan 12, 2005

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

Bug description

Full_Name: Marc Herbert
Version: 3.08
OS: linux
Submission from: lns-vlq-37-lyo-82-253-101-185.adsl.proxad.net (82.253.101.185)

Small mistake in the manual ?

--- ocaml-3.08-refman.txt 2005/01/12 17:14:03 1.1
+++ ocaml-3.08-refman.txt 2005/01/12 17:14:27
@@ -8231,8 +8231,8 @@
increased compilation time and executable code size. Compatibility with the
bytecode compiler is extremely high: the same source code should run
identically when compiled with ocamlc and ocamlopt.

  • It is not possible to mix native-code object files produced by ocamlc with
    -bytecode object files produced by ocamlopt: a program must be compiled
    entirely
  • It is not possible to mix native-code object files produced by ocamlopt with
    +bytecode object files produced by ocamlc: a program must be compiled entirely
    with ocamlopt or entirely with ocamlc. Native-code object files produced by
    ocamlopt cannot be loaded in the toplevel system ocaml.
@vicuna
Copy link
Author

vicuna commented Jan 18, 2005

Comment author: administrator

fixed in 3.09 branch 2005-01-18 DD

@vicuna vicuna closed this as completed Jan 18, 2005
@vicuna vicuna added the bug label Mar 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant