New Allocator and improved String handling.
JerryScript-DCO-1.0-Signed-off-by: Dániel Bátyai dbatyai@inf.u-szeged.hu
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/* Copyright 2015 Samsung Electronics Co., Ltd.
|
||||
* Copyright 2015 University of Szeged
|
||||
* Copyright 2015-2016 University of Szeged
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
@@ -17,11 +17,12 @@
|
||||
#ifndef RCS_SNAPSHOT_H
|
||||
#define RCS_SNAPSHOT_H
|
||||
|
||||
#include "rcs-cpointer.h"
|
||||
#include "lit-cpointer.h"
|
||||
#include "ecma-globals.h"
|
||||
|
||||
typedef struct
|
||||
{
|
||||
rcs_cpointer_t literal_id;
|
||||
lit_cpointer_t literal_id;
|
||||
uint32_t literal_offset;
|
||||
} lit_mem_to_snapshot_id_map_entry_t;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user