Treffer: SafeTSA : A type safe and referentially secure mobile-code representation based on static single assignment form

Title:
SafeTSA : A type safe and referentially secure mobile-code representation based on static single assignment form
Source:
Proceedings of the ACM SIGPLAN'01 Conference on Programming Language Design and Implementation® (PLDI), Snowbird, Utah, June 20-22, 2001ACM SIGPLAN notices. 36(5):137-147
Publisher Information:
Broadway, NY: ACM, 2001.
Publication Year:
2001
Physical Description:
print, 30 ref
Original Material:
INIST-CNRS
Document Type:
Konferenz Conference Paper
File Description:
text
Language:
English
Author Affiliations:
Department of Information and Computer Science, University of California, Irvine, CA 92697-3425, United States
ISSN:
1523-2867
Rights:
Copyright 2001 INIST-CNRS
CC BY 4.0
Sauf mention contraire ci-dessus, le contenu de cette notice bibliographique peut être utilisé dans le cadre d’une licence CC BY 4.0 Inist-CNRS / Unless otherwise stated above, the content of this bibliographic record may be used under a CC BY 4.0 licence by Inist-CNRS / A menos que se haya señalado antes, el contenido de este registro bibliográfico puede ser utilizado al amparo de una licencia CC BY 4.0 Inist-CNRS
Notes:
Computer science; theoretical automation; systems
Accession Number:
edscal.1048701
Database:
PASCAL Archive

Weitere Informationen

We introduce SafeTSA, a type-safe mobile code representation based on static single assignment form. We are developing SafeTSA as an alternative to the Java Virtual Machine, over which it has several advantages: (1) SafeTSA is better suited as input to optimizing dynamic code generators and allows CSE to be performed at the code producer's site. (2) SafeTSA provides incorruptible referential integrity and uses type separation to achieve intrinsic type safety. These properties reduce the code verification effort at the code consumer's site considerably. (3) SafeTSA can transport the results of type and bounds-check elimination in a tamper-proof manner. Despite these advantages, SafeTSA is more compact than Java bytecode.